(Search-based Fontification): Fix typo.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Wed, 19 May 2004 14:26:14 +0000 (14:26 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Wed, 19 May 2004 14:26:14 +0000 (14:26 +0000)
lispref/modes.texi

index 4a8d83ecfa0d48ee9d8032bfcb9548cb0f9ed571..d92ea309ed764f85e2db15f0128574528c7726a9 100644 (file)
@@ -2001,7 +2001,7 @@ Find text by calling @var{function}, and highlight the matches
 it finds using @code{font-lock-keyword-face}.
 
 When @var{function} is called, it receives one argument, the limit of
-the search; it should searching at point, and not search beyond the
+the search; it should begin searching at point, and not search beyond the
 limit.  It should return non-@code{nil} if it succeeds, and set the
 match data to describe the match that was found.  Returning @code{nil}
 indicates failure of the search.